home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8004
/
8004.xpi
/
skin
/
chromatabs.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2010-01-30
|
1KB
|
42 lines
@import url('chrome://global/skin/');
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/*Color the bottom strip under the tabs to a color; this is modified by the javascript on tab select event*/
.tabs-bottom {
background-color: transparent !important;
}
tab {
-moz-appearance:none !important;
}
.tabbrowser-tab:not([selected="true"]){
background-image:url('chrome://browser/skin/tabbrowser/tab-active-bkgnd.png') !important;
}
/* for Tree Style Tab vertical border */
.treestyletab-splitter { /*:not([selected="true"]) */
background-color: transparent !important;
}
.tabbrowser-tab {
/* TO DO: highlight the active tab */
/*background-image:url('chrome://chromatabs/skin/anim3.png') !important;
background-repeat: repeat-x;*/
}
/* for a semi-transparent close button */
.tab-close-button:hover,
.tabbrowser-tab[selected="true"] > .tab-close-button:hover {
/* list-style-image: url("chrome://chromatabs/skin/close_clear.png");
-moz-image-region: rect(0px, 14px, 0px, 14px) !important;
opacity: 0.9; */
}
.tab-close-button:hover:active,
.tabbrowser-tab[selected="true"] > .tab-close-button:hover:active {
/* list-style-image: url("chrome://chromatabs/skin/close_clear_down.png");
-moz-image-region: rect(0px, 14px, 0px, 14px) !important;
opacity: 0.9;*/
}